
using UnityEngine;
using UnityEngine.UI;

public class FilledImageValueDisplay : ValueDisplay
{
	[SerializeField] Image fillImage;

	
}